home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 4: GNU Archives
/
Linux Cubed Series 4 - GNU Archives.iso
/
gnu
/
automake.0
/
automake
/
automake-1.0
/
tests
/
mdate.test
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-02-27
|
342 b
|
19 lines
#!/bin/sh
# Test that mdate-sh is required when Texinfo used and version.texi needed.
. $srcdir/defs || exit 1
cat > Makefile.am << 'END'
info_TEXINFOS = textutils.texi
END
cat > textutils.texi << 'END'
@include version.texi
END
# Required when using Texinfo.
: > texinfo.tex
$AUTOMAKE 2>&1 > /dev/null | grep 'required file.*mdate-sh'